Successfully roundtrip the lockfile
authorTim Carey-Smith <tim@spork.in>
Sat, 26 Jul 2014 00:23:40 +0000 (17:23 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 31 Jul 2014 14:09:53 +0000 (07:09 -0700)
commitb17b5d7203198b0f3aa070db21fbffd1cb5bb93d
treee212d8a6d38b71fe12fe426953c0ebef66daf9ae
parent68a8cffbc86b651bcf1ab95ea4a96fd67756cfad
Successfully roundtrip the lockfile

This writes out and reads the lockfile, but it does nothing to verify
that the lockfile is still up to date, so it's not actually ready to be
used.
src/cargo/core/resolver.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_generate_lockfile.rs
src/cargo/util/config.rs
src/cargo/util/toml.rs